GtkTreeviewColumn: don't focus-on-click header buttons
authorNelson Benítez León <nbenitezl@gmail.com>
Fri, 1 May 2020 02:59:08 +0000 (22:59 -0400)
committerNelson Benítez León <nbenitezl@gmail.com>
Fri, 1 May 2020 02:59:08 +0000 (22:59 -0400)
commitba9b4f418df106b9cada5febeab06bf457a7b577
tree521049b8e317ae36ece1d09319784e1a65c845d2
parent57bf4ac59a101968e05d4c07c5a1594b24485aba
GtkTreeviewColumn: don't focus-on-click header buttons

currently when mouse clicking on a column header
to sort it it is grabbing keyboard focus, this
should not happen, keyboard focus should remain
where it was before. This can be seen on the
GtkFileChooser widget, when having the keyboard
focus on the file list items and clicking on a
column header to sort it the keyboard focus is
now on the header.
gtk/gtktreeviewcolumn.c